@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;

}

body{
	font-family: 'PT Sans', sans-serif;
	background: #EEE;
	color: #666;
	padding-top: 100px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

#linea{
	width: 100%;
	height: 3px;
	background-color: yellowgreen;
}


.menu .nav li a {
    font-size: 14px;
    font-weight: bold;
    color: #888;

}


.row{
	margin-right: 0px;
}


.navbar-nav a {
	font-size: 13px;
	color: #888;
}

.nav li a:hover {
	background-color: #444;
	color: white;
	border-radius: 10px;	
}

.box-colorato {
	margin-top: 2%;
	margin-bottom: 3%;
	background-color:#477915;
	border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
    box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
	padding-bottom: 3%;
	border-bottom: 3px solid #7ac043;
	padding: 50px;
	
}


.row ul {
	list-style: none;
	padding-left: 0px;
}

.title {
	color: white;
	font-size: 37px;	
}


.row ul li a {
	color: white;
	font-size: 18px;
	
	
}

.row ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.menu .navbar-toggle {
  border-color: #ddd;
}
.menu .navbar-toggle:hover,
.menu .navbar-toggle:focus {
  background-color: #ddd;
}
.menu .navbar-toggle .icon-bar {
  background-color: #888;
}
.menu .navbar-collapse,
.menu .navbar-form {
  border-color: #e7e7e7;
}


.sx{
	width: 50%;
	height: 100%;
	float: left;
}



.dx{
	width: 50%;
	height: 100%;
	float: right;
}


.tasto {
	
	width: 40%;

}


.btn p {
	font-size: 14px;
	margin:5px;
	width: 100%;	

}


.btn-success{
	background-color: aquamarine;
	width:  100%;
}


.row2 {	
	margin-left: -2%;
	
}



#testo {
	height: 200px;
	width: 70%;
	background-color: aquamarine;
}



.linea {
	height: 20px;
	width: 100%;
	background-color: #222;
}


.footer{
	min-height: 76px;
	width: 100%;
	background-color: #555;
	border-top: solid 15px #383838;
	color: #DDD;
	font-size: 12px;
}

#testo-footer {
	margin-top: 10px;
	text-align: left;
}


.pay {
	margin-top: 10px;
	margin-right: 0 ;
	float: right;
}


.wrapper {
    min-height: 100%;
    margin-bottom: -76px;
    padding-bottom: 76px; 
}




/*PAGINA PROFILO CSS*/


.sfondo {
	width: 100%;
	height: auto;
	background-image: linear-gradient(to top right, #FFFFFF 0%,  #7DE893 100%);	
	
}



.top {
	padding: 5px;
	background-color: #fff;

}
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}




.box-bianco {
	width: 100%;	
	background-color: white;
	margin-bottom: 5%;
	margin-top: 5%;
	border-radius: 10px;	
	-webkit-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
    box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);	
	border-bottom: 3px solid #7ac043;
	
}




.parallax {
	/* The image used */
	background-image:url(../img/top1-1.jpg);

	/* Full height */
	height: 100px;
	

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	
	
}

.title-profilo {
	padding-top: 20px;
	color: white;
	font-size: 45px;	
}




.padding{
	padding: 35px;
}





/*PAGINA AUTOVEICOLI CSS*/



.padding2{
	padding:15px;
}


#img-auto img{
	padding:30px;
}/* Style the Image Used to Trigger the Modal */
#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}


#myImg1 {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg1:hover {opacity: 0.7;}


#myImg2 {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg2:hover {opacity: 0.7;}


#myImg3 {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg3:hover {opacity: 0.7;}


#myImg4 {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg4:hover {opacity: 0.7;}

#myImg5 {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg5:hover {opacity: 0.7;}


#myImg6 {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg6:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

#caption2 {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

#caption3 {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}


#caption4 {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

#caption5 {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

#caption6 {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}
/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
}

@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}

/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%;
	}
}
@media only screen and (max-width: 736px){
	.btn p {
		font-size: 8px;
	}
	.title-profilo {
    padding-top: 20px;
    color: white;
    font-size: 30px;
	}
	.title {
	    color: white;
	    font-size: 27px;
	}
	.h1, h1 {
    font-size: 28px;
	}
	.row ul li a {
	    color: white;
	    font-size: 14px;
	}

}
@media only screen and (max-width: 568px) and (min-width: 320px){
	.btn p {
		font-size: 6px;
	}
}















/*PAGINA PRENOTAZIONE CSS*/

.presentazioni {
	color: #333;
	font-size: 50px;
}


.margin-bottom{
	padding-bottom: 25px;
	
}

.singolo-span{ padding-left: 7px;}

.tel{
	color: yellowgreen;
}

.tel:hover {
	text-decoration: none;
	
}

.cento {
	width: 100%;
}

/*PAGINA CONTATTI CSS*/

.map{
	margin-bottom: 20px;
	margin-top: 20px;
}

/*PAGINA NOLEGGIO CON AUTISTA CSS*/

.bottone{
	background:#2eb398;
	border: none;
	margin-bottom: 20px;
}

.bottone:hover{
	background:#66CFB6;
	border: none;
}

.padding3{
	padding-left: 0px;
}




@media (max-width: 768px)
{ 
	.footer {
		text-align: center;

	} 
	
	.pay{
		margin: 0 auto;
		align-content: center;
		float: none;
		
		
	}    
}




#qtranslate-2 {
	margin-top: 21px;
	width: 80px;
}
#qtranslate-2 li {
	border: 1px solid #999;
	float: left;
	list-style: none;
	margin-right: 7px;
	margin-top: 4px;
	width: 20px !important;
	height: 14px !important;
}
.qtrans_flag {
	width: 30px !important;
	height: 19px !important;
}
.qtranxs_flag_it {background-image: url(../img/lang/it-1.png); background-repeat: no-repeat;}
.qtranxs_flag_en {background-image: url(../img/lang/gb-1.png); background-repeat: no-repeat;}
.qtranxs_flag_ru {background-image: url(../img/lang/ru-1.png); background-repeat: no-repeat;}
.qtranxs_flag_ar {background-image: url(../img/lang/sd-1.png); background-repeat: no-repeat;}